You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > MatrixInt.WriteHeader Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.WriteHeader Method

Writes the header information for the calling vector to a stream.

Syntax
C#
Visual Basic
public void WriteHeader(Stream DstStream, [In] TPrecision aPrecision);

Writes the header information for the calling object to a DstStream stream. The header information contains information about object (size, type of values in Values array, ...) which all define the state of the object. Number type is defined by the Precision parameter. Attempt to save single precision or double precision will raise an exception.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!